Computer science Lesson Plan
Lesson-18:Synchronous vs Asynchronous Programming
Two classes(one class=one and half hours).
We should know internal LED's.
Create a traffic light system with Red, Green, and Yellow LEDs. The lights should change in order, one after another. (Synchronous)
Design a project where three LEDs blink at different speeds (1s, 2s, 3s). (Asynchronous)
Debug the given code using AI coding tool. Identify and fix the error in the given code.